/* --------------------------------------------------
  幅768px以上のスタイル指定 ここから
-------------------------------------------------- */

@media screen and (min-width: 800px) {
  /* ---- ボティの余白箇所 ---- */
  * {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  body {
    width: 100%;
    max-width: 2000px;
    margin: 0% 0% 0% 0%;
  }
  .menu-content {
    display: none;
  }
  /* ---- チェック削除箇所 ---- */
  #menu-btn-check {
    display: none;
  }
  /* ----header section 調整　---- */
  .header-left-section {
    width: 5%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
  }
  .header-center-section {
    width: 55%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
    z-index: 1;
  }
  .header-right-section {
    width: 40%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
  }
  /* ---- headr調整箇所 ---- */
  header {
    text-align: center;
    margin: 0 auto;
    display: table;
    z-index: 500;
    width: 100%;
    max-height: 100px;
    background: white;
  }
  /* ---- PC画像---- */
  .section-header-img-pc {
    padding: 2px 0 0;
  }
  .header-img-su {
    padding: 15px 0;
  }
  .header-img-su img {
    height: 25Px;
    width: auto;
  }
  .header-center-section img {
    height: 60px;
    width: auto;

  }
  .section-header-img-sp {
    display: none;
  }
  /* ---- PCナビ ---- */
  .menu-content-pc {}
  .menu-content-pc {
    width: 99%;
    text-align: center;
    background: #610B0B;
  }
  .menu-content-pc ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: center;
  }
  .menu-content-pc ul li {
    display: table-cell;
    width: 100px;
  }
  .menu-content-pc ul li a {
    display: block;
  }
  .menu-content-pc ul li:hover {}
  .menu-content-pc h2 {
    font-style: italic;
    letter-spacing: .1em;
    color: #fff;
    text-shadow: -0.5vmin 0.375vmin 0 black, -1vmin 0.75vmin 0 #000;
    /* -4px /800*100vmin */
    font-size: 20px;
  }
  /* ----header section 調整　---- */
  .footer-info {
    width: 100%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0%;
    background: #FFDDCC;
  }
  /* ----botan　---- */
  .btn-flat-vertical-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-right: solid 4px #740E0E;
    color: white;
    background: #610B0B;
    transition: .4s;
  }
  .btn-flat-vertical-border-1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #740E0E;
    border-right: solid 4px #740E0E;
    color: white;
    background: #610B0B;
    transition: .4s;
  }
  .btn-flat-vertical-border:before, .btn-flat-vertical-border:after, .btn-flat-vertical-border-1:before, .btn-flat-vertical-border-1:after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right, #610B0B 0%, #F195A1 50%, #610B0B 100%);
  }
  /*-----------------footer------------*/
  footer a {
    font-size: 12px;
    text-decoration: none;
    color: black;
  }
  .footer-info-name {
    font-size: 12px;
  }
  footer h2 {
    font-size: 14px;
  }
  footer {
    background: #99CCCC;
    margin: 2% 0 0 0;
  }
  .footer-menu ul {
    padding: 0% 4% ;
    list-style: none;
    column-count: 4;
  }
  .footer-menu li{
    margin: 1% 0;
  }
  .footer-menu{
    text-align: left;
    margin:2% 5% 2% 5% ;
  }
  .footer-info-name {
    text-align: center;
    padding: 2%;
    }
  .footer-message {
    padding: 1%;
  }
  .footer-img {
    text-align: center;
  }
  .footer-img img {
    max-height: 60px
  }

  /***追従するトップへ戻るボタン***/
  #page-top {
    position: fixed;
    right: 5px;
    bottom: 20px;
    height: 50px;
    text-decoration: none;
    font-weight: bold;
    transform: rotate(90deg);
    font-size: 90%;
    line-height: 1.5rem;
    color: #737373;
    padding: 0 0 0 35px;
    border-top: solid 1px;
  }
  #page-top::before {
    content: "";
    display: block;
    position: absolute;
    top: -1px;
    left: 0px;
    width: 15px;
    border-top: solid 1px;
    transform: rotate(35deg);
    transform-origin: left top;
  }
  /***トップへ戻るボタンここまで***/
}

@page { size: 210mm 297mm } /* A4縦サイズ */
@media print{
  * {
    margin: 0px;
    padding: 0px;
    font-family : 'Microsoft YaHei','SimSun','sans-serif';
  }
  body {
    width: 100%;
    margin: 0% 0% 0% 0%;
    -webkit-print-color-adjust: exact;
  }
  .menu-content {
    display: none;
  }
  /* ---- チェック削除箇所 ---- */
  #menu-btn-check {
    display: none;
  }
  /* ----header section 調整　---- */
  .header-left-section {
    width: 1%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
  }
  .header-center-section {
    width: 59%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
    z-index: 1;
  }
  .header-right-section {
    width: 40%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0 0 0;
  }
  /* ---- headr調整箇所 ---- */
  header {
    text-align: center;
    margin: 0 auto;
    display: table;
    z-index: 500;
    width: 100%;
    max-height: 100px;
    background: white;
  }
  /* ---- PC画像---- */
  .section-header-img-pc {
    padding: 2px 0 0;
  }
  .header-img-su {
    padding: 15px 0;
  }
  .header-img-su img {
      width: 30%;
      height: auto;

  }
  .header-center-section img {
    width: 100%;
    height: auto;
  }
  .section-header-img-sp {
    display: none;
  }
  /* ---- PCナビ ---- */
  .menu-content-pc {}
  .menu-content-pc {
    width: 99%;
    text-align: center;
    background: #610B0B;
  }
  .menu-content-pc ul {
    display: table;
    margin: 0 auto;
    padding: 0;
    width: 90%;
    text-align: center;
  }
  .menu-content-pc ul li {
    display: table-cell;
    width: 100px;
  }
  .menu-content-pc ul li a {
    display: block;
  }
  .menu-content-pc ul li:hover {}
  .menu-content-pc h2 {
    font-style: italic;
    letter-spacing: .1em;
    color: #fff;
    text-shadow: -0.5vmin 0.375vmin 0 black, -1vmin 0.75vmin 0 #000;
    /* -4px /800*100vmin */
    font-size: 20px;
  }
  /* ----header section 調整　---- */
  .footer-info {
    width: 100%;
    /* 幅指定 */
    float: left;
    /* 要素を並べる */
    text-align: center;
    padding: 0%;
    background: #FFDDCC;
  }
  /* ----botan　---- */
  .btn-flat-vertical-border {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-right: solid 4px #740E0E;
    color: white;
    background: #610B0B;
    transition: .4s;
  }
  .btn-flat-vertical-border-1 {
    position: relative;
    display: inline-block;
    font-weight: bold;
    padding: 0.5em 1em;
    text-decoration: none;
    border-left: solid 4px #740E0E;
    border-right: solid 4px #740E0E;
    color: white;
    background: #610B0B;
    transition: .4s;
  }
  .btn-flat-vertical-border:before, .btn-flat-vertical-border:after, .btn-flat-vertical-border-1:before, .btn-flat-vertical-border-1:after {
    content: "";
    display: block;
    height: 2px;
    background: linear-gradient(to right, #610B0B 0%, #F195A1 50%, #610B0B 100%);
  }
  /*-----------------footer------------*/
  footer a {
    font-size: 10px;
    text-decoration: none;
    color: black;
  }
  .footer-info-name {
    font-size: 12px;
  }
  footer h2 {
    font-size: 14px;
  }
  footer {
    background: #99CCCC;
    margin: 2% 0 0 0;
  }
  .footer-menu ul {
    padding: 0% 4% ;
    list-style: none;
    column-count: 4;
  }
  .footer-menu li{
    margin: 1% 0;
  }
  .footer-menu{
    text-align: left;
    margin:2% 5% 2% 5% ;
  }
  .footer-info-name {
    text-align: center;
    padding: 2%;
    }
  .footer-message {
    padding: 1%;
  }
  .footer-img {
    text-align: center;
  }
  .footer-img img {
    max-height: 60px
  }
.top-back{
  display: none;
}
main{
  margin: 0 0 30px 0;
}
}